home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / test / Test.bh < prev    next >
Encoding:
Text File  |  1997-05-29  |  70 b   |  11 lines

  1. BOP Class Test {
  2.     ULONG p;
  3.     
  4.     Test *next:SGI;
  5.     
  6.     Method Blee();
  7.  
  8. };
  9.  
  10.  
  11.